projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e05d06
)
(recover-session): Use auto-save-list-file-prefix.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 4 Oct 1995 19:42:04 +0000
(19:42 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 4 Oct 1995 19:42:04 +0000
(19:42 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 1fe0265431c9ac492d419b1f8aeba241a4984277..e9f9ed30c2879369f292108e7d8da6b0eb557124 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2153,7
+2153,7
@@
previous sessions that you could recover from.
To choose one, move point to the proper line and then type C-c C-c.
Then you'll be asked about a number of files to recover."
(interactive)
- (dired
"~/.save*"
)
+ (dired
(concat auto-save-list-file-prefix "*")
)
(goto-char (point-min))
(or (looking-at "Move to the session you want to recover,")
(let ((inhibit-read-only t))